Crate burn_jit

source ·
Expand description

Burn JIT Backend

Modules§

  • Compute related module.
  • GPU dialect module that contains a representation that can be used to program any GPU.
  • Kernel module
  • Tensor module.

Macros§

  • Creates a binary kernel.
  • Creates a unary kernel.

Structs§

  • Generic tensor backend that can be compiled just-in-time to any shader runtime
  • Handle precision conversion for the jit backend.

Traits§

Type Aliases§

  • Type alias to the runtime signed int element type.